home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / PROGEDIT / 0747.ZIP / TUTOR1.TUT < prev    next >
Text File  |  1987-05-12  |  4KB  |  125 lines

  1.  
  2.                                 SAIL Version 1.20
  3.                          Presented by Software Creations
  4.  
  5.  
  6.      SAIL is a text editor for the IBM PCs and their close compatibles. 
  7. SAIL is based on the popular EMACS which first ran under UNIX, and later
  8. uEMACS, which ran under PC-DOS.  SAIL features increased speed, color
  9. capabilities, and a simplified interface.  SAIL is powerful, and yet it
  10. is easy to use. 
  11.  
  12.  
  13.  
  14. AND NOW . . . OUR TUTORIAL
  15.  
  16.      So that you can master SAIL in the shortest possible time, we're going
  17. to ask you follow some instructions.  Your instructions will appear at the
  18. left-hand margin.  This tutorial will take about 15 minutes or so.
  19.  
  20.  
  21. = Check to see that [NumLock] is off.
  22. = Press [PgDn].
  23.  
  24. CURSOR KEYS
  25.  
  26.         -------------------------------------------
  27.         |             |             |             |
  28.         |    [Home]   |     [^]     |   [PgUp]    |
  29.         | Top of file | Up one line |   Page up   |
  30.         |             |             |             |
  31.         -------------------------------------------
  32.         |             |             |             |
  33.         |     [<-]    |             |    [->]     |
  34.         |     Left    |             |    Right    |
  35.         |             |             |             |
  36.         -------------------------------------------
  37.         |             |             |             |
  38.         |    [End ]   |     [v]     |    [PgDn]   |
  39.         | End of file |Down one line|  Page down  |
  40.         |             |             |             |
  41.         -------------------------------------------
  42.  
  43.      The cursor keys work as you'd expect them to.  Nothing new about that.
  44.  
  45. = Press the [Down] arrow.  Move the cursor to this line, then press [Down].
  46.  
  47.  
  48.  
  49.  
  50.  
  51.                  Did you notice that the screen moved up?
  52.  
  53.  
  54.  
  55.  
  56. = Press [PgDn].
  57.  
  58.  
  59.      The screen scrolls up whenever you get to the end of the screen.
  60. During paging with [PgDn] and [PgUp], two lines at the top or bottom of the
  61. screen are "carried over" to the next page for continuity.  In the file
  62. itself, these lines only exist once.  (Obviously).
  63.  
  64.  
  65.  
  66. THE CONTROL KEY
  67.  
  68.      The [Ctrl] key is to the left of the letter A on the keyboard.  When
  69. used with the cursor keys, they give different commands to SAIL.  It is a
  70. type of SHIFT key that must be held down while typing another key.  Instead
  71. of repeating ourselves by saying HOLD DOWN THE CONTROL KEY AND PRESS [PgDn]
  72. we will spare you by abbreviating it ^[PgDn].
  73.  
  74.  
  75.  
  76.  
  77. = Now enter ^[PgDn].
  78.  
  79.  
  80. = Enter [PgDn] and note the difference.
  81.  
  82. If you hold the [Ctrl] key down, the cursor keys move differenty.
  83.  
  84.         -------------------------------------------
  85.         |             |             |             |
  86.         |    [Home]   |     [^]     |   [PgUp]    |
  87.         |   Start of  |  *Start of  |   Scroll    |
  88.         |   paragraph |     line    |    back     |
  89.         -------------------------------------------
  90.         |             |             |             |
  91.         |     [<-]    |             |    [->]     |
  92.         |   Previous  |             |    Next     |
  93.         |     word    |             |    word     |
  94.         -------------------------------------------
  95.         |             |             |             |
  96.         |    [End ]   |     [v]     |    [PgDn]   |
  97.         |    End of   |   *End of   |    Scroll   |   *With key enhancer
  98.         |  paragraph  |     line    |     down    |    program
  99.         -------------------------------------------
  100.  
  101. = Experiment a bit with ^Right and ^Left, then press [PgDn].
  102.  
  103.  
  104.  
  105. THE ESCAPE AND ALT KEYS
  106.  
  107.      The [Esc] and [Alt] keys are also keys that are used to give commands
  108. to SAIL.  Note that [Esc] is a key that must be entered before another key;
  109. while [Alt] must be SHIFTED before another key.
  110.  
  111.      We will abbreviate these keys [Esc]- and [Alt].
  112.  
  113.  
  114.      Let's take a break for now, before going to the other tutorial.
  115.  
  116.  
  117.      Whenever you want to leave SAIL, enter [Alt]-Q.
  118.  
  119.  
  120.  
  121. = Enter [Alt]-Q to leave SAIL.  If you modified the file, you will be
  122.   asked if you want to abandon the changes.  You won't be saving now, so
  123.   enter 'Y' if you have to. 
  124.  
  125.